sphinx-change-theme-to-avoid-ftbfs
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Thu, 6 Aug 2026 11:30:12 +0000 (13:30 +0200)
committerAlexandre Detiste <tchet@debian.org>
Thu, 6 Aug 2026 11:30:12 +0000 (13:30 +0200)
===================================================================

Gbp-Pq: Name sphinx-change-theme-to-avoid-ftbfs.patch

doc/conf.py

index 74ee107d675c3375a1a7151875cdca949b8e84e9..84867962542052885370ba5caf95be1f100dda89 100644 (file)
@@ -140,7 +140,7 @@ else:
 # documentation.
 #
 
-html_theme = 'sphinx_book_theme'
+html_theme = 'sphinx_rtd_theme'
 
 if BUILD_TYPE == 'dita':
     html_theme_options = {